object Form1: TForm1 Left = 2197 Top = 172 Width = 142 Height = 130 Caption = 'CLEANIE' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Timer1: TTimer Enabled = False Interval = 2000 OnTimer = Timer1Timer Left = 40 Top = 56 end object Timer2: TTimer Enabled = False Interval = 2000 Left = 88 Top = 16 end object Timer3: TTimer Enabled = False Left = 88 Top = 56 end object SendKeys1: TSendKeys Left = 40 Top = 16 end object Timer4: TTimer Interval = 9000 OnTimer = Timer4Timer Left = 8 Top = 16 end end